func time.quote

19 uses

	time (current package)
		format.go#L574: 		buf = append(buf, []byte(quote(loc.name))...)
		format.go#L789: func quote(s string) string {
		format.go#L829: 			quote(e.Value) + " as " +
		format.go#L830: 			quote(e.Layout) + ": cannot parse " +
		format.go#L831: 			quote(e.ValueElem) + " as " +
		format.go#L832: 			quote(e.LayoutElem)
		format.go#L835: 		quote(e.Value) + e.Message
		format.go#L992: 				return Time{}, &ParseError{alayout, avalue, "", value, ": extra text: " + quote(value)}
		format.go#L1530: 		return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1542: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1548: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1562: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1574: 			return 0, errors.New("time: missing unit in duration " + quote(orig))
		format.go#L1580: 			return 0, errors.New("time: unknown unit " + quote(u) + " in duration " + quote(orig))
		format.go#L1584: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1593: 				return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1598: 			return 0, errors.New("time: invalid duration " + quote(orig))
		format.go#L1605: 		return 0, errors.New("time: invalid duration " + quote(orig))